bitkeeper revision 1.1108.5.1 (40fcefb6qjmLfXYNvxzhLGUkAWzBxw)
authortw275@labyrinth.cl.cam.ac.uk <tw275@labyrinth.cl.cam.ac.uk>
Tue, 20 Jul 2004 10:11:02 +0000 (10:11 +0000)
committertw275@labyrinth.cl.cam.ac.uk <tw275@labyrinth.cl.cam.ac.uk>
Tue, 20 Jul 2004 10:11:02 +0000 (10:11 +0000)
commit495cd7d5df27823eca5f49eab08c7075f7559ba5
tree8aab1cbb2fe743c5032804d58ce1d7cd26ceebbf
parentb6b4cd95cf9dc316cf749c3291fbb6e4f06abdb5
bitkeeper revision 1.1108.5.1 (40fcefb6qjmLfXYNvxzhLGUkAWzBxw)

Added a new HTML interface under sv/
At the mo doesn't do much but look pretty,
will add wizards to creat domains etc later
31 files changed:
.rootkeys
tools/python/xen/xend/server/SrvServer.py
tools/python/xen/xend/sv/DomInfo.py [new file with mode: 0755]
tools/python/xen/xend/sv/DomList.py [new file with mode: 0755]
tools/python/xen/xend/sv/GenTabbed.py [new file with mode: 0755]
tools/python/xen/xend/sv/HTMLBase.py [new file with mode: 0755]
tools/python/xen/xend/sv/Main.py [new file with mode: 0755]
tools/python/xen/xend/sv/Main.rpy [new file with mode: 0755]
tools/python/xen/xend/sv/NodeInfo.py [new file with mode: 0755]
tools/python/xen/xend/sv/TabView.py [new file with mode: 0755]
tools/python/xen/xend/sv/XendClientDeferred.py [new file with mode: 0755]
tools/python/xen/xend/sv/__init__.py [new file with mode: 0755]
tools/python/xen/xend/sv/images/internet copy.jpg [new file with mode: 0755]
tools/python/xen/xend/sv/images/internet.jpg [new file with mode: 0755]
tools/python/xen/xend/sv/images/internet.psd [new file with mode: 0644]
tools/python/xen/xend/sv/images/left-end-highlight.jpg [new file with mode: 0644]
tools/python/xen/xend/sv/images/left-end-no-highlight.jpg [new file with mode: 0644]
tools/python/xen/xend/sv/images/middle-highlight.jpg [new file with mode: 0644]
tools/python/xen/xend/sv/images/middle-no-highlight.jpg [new file with mode: 0644]
tools/python/xen/xend/sv/images/orb_01.jpg [new file with mode: 0755]
tools/python/xen/xend/sv/images/orb_02.jpg [new file with mode: 0755]
tools/python/xen/xend/sv/images/right-end-highlight.jpg [new file with mode: 0644]
tools/python/xen/xend/sv/images/right-end-no-highlight.jpg [new file with mode: 0644]
tools/python/xen/xend/sv/images/seperator-left-highlight.jpg [new file with mode: 0644]
tools/python/xen/xend/sv/images/seperator-right-highlight.jpg [new file with mode: 0644]
tools/python/xen/xend/sv/images/seperator.jpg [new file with mode: 0644]
tools/python/xen/xend/sv/images/xen.png [new file with mode: 0644]
tools/python/xen/xend/sv/inc/bottom.htm [new file with mode: 0755]
tools/python/xen/xend/sv/inc/style.css [new file with mode: 0644]
tools/python/xen/xend/sv/inc/top.htm [new file with mode: 0755]
tools/python/xen/xend/sv/util.py [new file with mode: 0755]